home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / cuser125.zip / COOLUSER.LH < prev    next >
Text File  |  1997-07-12  |  5KB  |  126 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                                           ;;
  3. ;;  CoolUser Language File (English) V1.25  (C) Neil Staib/Country BBS       ;;
  4. ;;                                                                           ;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ;
  7. ;
  8. ; You may change strings and their colours simply by replacing the ones below.
  9. ;
  10. ; Try to keep string lengths close to their original lengths, as some strings
  11. ; may look horrible on the users end.
  12. ;
  13. ;
  14. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  15.  
  16. #define COOLUSER_VER 1.25
  17.  
  18. =cooluser
  19.  
  20. st_version=          LCYAN;
  21. st_title=            WHITE;
  22. st_title_line=       BLUE;
  23. st_ver=              COOLUSER_VER;
  24. st_active_keys=      YELLOW;
  25. st_disable_keys=     BROWN;
  26. st_data_fields=      "\x16\x01\x1f";
  27. st_key_brackets=     CYAN;
  28. st_text=             LCYAN;
  29. st_menu=             LMAGENTA;
  30. st_menu_display=     LGREEN;
  31. st_opt_disable=      LRED;
  32. st_error=            LRED;
  33. st_edit=             "\x16\x01\x4f";
  34. st_header=           YELLOW;
  35.  
  36. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  37. ;
  38. ;  Text to display to the user
  39. ;
  40. ;  Max. of 25 Characters.
  41. ;
  42. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  43. st_handle=           "Handle";
  44. st_location=         "Location";
  45. st_voice=            "Voice/Home Phone";
  46. st_data=             "Data/Business Phone";
  47. st_birth=            "Birth Date";
  48. st_gender=           "Gender";
  49. st_password=         "Password";
  50. st_language=         "Language";
  51. st_protocol=         "Default Protocol";
  52. st_msg_editor=       "Full Screen Msg Editor";
  53. st_scn_width=        "Screen Width";
  54. st_clear=            "Clear Screen Codes";
  55. st_quiet=            "Quiet Mode";
  56. st_ansi=             "ANSI Mode";
  57. st_hidden=           "Hidden from Userlist";
  58. st_msg_viewer=       "Full Screen Msg Viewer";
  59. st_scn_length=       "Screen Length";
  60. st_more=             "More Prompt";
  61. st_hot=              "Hot Keys";
  62. st_avatar=           "Avatar Mode";
  63. st_qwk=              "QWK Default Archiver";
  64. st_help=             "Help Level";
  65. st_rip=              "Rip Mode";
  66. ;
  67. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  68. ; User Information
  69. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  70. ;
  71. st_not_changed=      "Protocol not changed.";
  72. st_pass_name=        "Password Change";
  73. st_pass_prompt=      "Enter in current password";
  74. st_pass_incorrect=   "Sorry, this is incorrect password. Please try again!";
  75. st_pass_badtry=      "Forgot your password, come back when you remember it.";
  76. st_pass_new=         "Enter in your new password";
  77. st_pass_bad=         "Sorry, this password is unacceptable. Please try something else.. ";
  78. st_pass_less4=       "Your password must contain at 4 characters! Try again..";
  79. st_pass_more15=      "Your password must contain under 15 characters! Try again..";
  80. st_pass_ver=         "Please re-enter for verification: ";
  81. st_pass_match=       "Passwords not match!";
  82. st_menu_first=       "Select Option to change";
  83. st_menu_second=      "for help or";
  84. st_menu_third=       "to Quit";
  85. st_menu_bad=         "Option disabled by Sysop.";
  86.  
  87. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  88. ; Log Information
  89. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  90. st_log_init=         "Program launched.";
  91. st_log_end=          "Program terminated.";
  92. st_log_handle=       "User changed Handle.";
  93. st_log_dob=          "User changed DOB.";
  94. st_log_gender=       "User changed Gender.";
  95. st_log_lang=         "User changed Language.";
  96. st_log_rip=          "User changed RIP.";
  97. st_log_help=         "User changed Help Level.";
  98. st_log_scn_width=    "User changed Screen Width.";
  99. st_log_hidden=       "User changed Hidden from userlist.";
  100. st_log_avatar=       "User changed Avatar Mode.";
  101. st_log_scn_editor=   "User changed Screen Msg Editor.";
  102. st_log_quiet=        "User changed Quiet Mode.";
  103. st_log_ansi=         "User changed ANSI Mode.";
  104. st_log_scn_viewer=   "User changed Screen Msg Viewer.";
  105. st_log_scn_len=      "User changed Screen Length.";
  106. st_log_more=         "User changed More Prompt.";
  107. st_log_hot=          "User changed Hot Keys.";
  108. st_log_arch=         "User changed QWK Archive.";
  109. st_log_prot=         "User changed Default Protocol.";
  110. st_log_loc=          "User changed Location.";
  111. st_log_voice=        "User changed Voice/Home number.";
  112. st_log_business=     "User changed Business/Data number.";
  113. st_log_password=     "User changed Password.";
  114. st_log_passwordbad=  "Entered Bwd Pwd '";
  115.  
  116. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  117. ;
  118. ;   Directory where Txtfiles are located
  119. ;
  120. ;  Remember to put \\ for all your directories
  121. ;
  122. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  123. st_dir_txt=         "d:\\bbs\\max\\misc\\";
  124.  
  125.  
  126.